home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 1998 November / IRIX 6.5.2 Base Documentation November 1998.img / usr / share / catman / p_man / cat3 / Xm / XmImGetXIC.z / XmImGetXIC
Text File  |  1998-10-30  |  4KB  |  133 lines

  1.  
  2.  
  3.  
  4.      XXXXmmmmIIIImmmmGGGGeeeettttXXXXIIIICCCC((((3333XXXX))))            UUUUNNNNIIIIXXXX SSSSyyyysssstttteeeemmmm VVVV            XXXXmmmmIIIImmmmGGGGeeeettttXXXXIIIICCCC((((3333XXXX))))
  5.  
  6.  
  7.  
  8.      NNNNAAAAMMMMEEEE
  9.           XXXXmmmmIIIImmmmGGGGeeeettttXXXXIIIICCCC - An input manager function that obtains an XIC
  10.           for a widget
  11.  
  12.      SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  13.           #include <Xm/XmIm.h>
  14.           XXXXIIIICCCC XXXXmmmmIIIImmmmGGGGeeeettttXXXXIIIICCCC(
  15.           WWWWiiiiddddggggeeeetttt wwwwiiiiddddggggeeeetttt,
  16.           XXXXmmmmIIIInnnnppppuuuuttttPPPPoooolllliiiiccccyyyy iiiinnnnppppuuuutttt____ppppoooolllliiiiccccyyyy,
  17.           AAAArrrrggggLLLLiiiisssstttt aaaarrrrggggssss,
  18.           CCCCaaaarrrrddddiiiinnnnaaaallll nnnnuuuummmm____aaaarrrrggggssss);
  19.  
  20.      VVVVEEEERRRRSSSSIIIIOOOONNNN
  21.           This page documents Motif 2.1.
  22.  
  23.      DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  24.           XXXXmmmmIIIImmmmGGGGeeeettttXXXXIIIICCCC creates and registers an X Input Context (XIC)
  25.           with the specified arguments for _w_i_d_g_e_t. If XXXXmmmmIIIINNNNHHHHEEEERRRRIIIITTTT____PPPPOOOOLLLLIIIICCCCYYYY
  26.           is specified for _i_n_p_u_t__p_o_l_i_c_y, a new XIC will be created
  27.           only if required to by the arguments or by the VVVVeeeennnnddddoooorrrrSSSShhhheeeellllllll
  28.           input policy.  Any existing XIC registered with _w_i_d_g_e_t is
  29.           unregistered.
  30.  
  31.           Refer to the VVVVeeeennnnddddoooorrrrSSSShhhheeeellllllll reference page for further details.
  32.  
  33.           _w_i_d_g_e_t    Specifies the ID of a widget for which an Input
  34.                     Context is to be created.
  35.  
  36.           _i_n_p_u_t__p_o_l_i_c_y
  37.                     Specifies the type of input policy. It accepts the
  38.                     following values:
  39.  
  40.                     XXXXmmmmIIIINNNNHHHHEEEERRRRIIIITTTT____PPPPOOOOLLLLIIIICCCCYYYY
  41.                               Inherits the policy from VVVVeeeennnnddddoooorrrrSSSShhhheeeellllllll.
  42.  
  43.                     XXXXmmmmPPPPEEEERRRR____WWWWIIIIDDDDGGGGEEEETTTT
  44.                               Creates a new XIC for this widget.
  45.  
  46.                     XXXXmmmmPPPPEEEERRRR____SSSSHHHHEEEELLLLLLLL
  47.                               Creates a new XIC for the shell, if
  48.                               needed.
  49.  
  50.           _a_r_g_s      Specifies an _X_t_A_r_g_L_i_s_t parameter to use for
  51.                     creating the XIC.
  52.  
  53.           _n_u_m__a_r_g_s  Specifies the number of arguments in the _a_r_g_s
  54.                     parameter.
  55.  
  56.      RRRREEEETTTTUUUURRRRNNNN
  57.           Returns the created XIC.  The application is responsible for
  58.           freeing the returned XIC by calling XXXXmmmmIIIImmmmFFFFrrrreeeeeeeeXXXXIIIICCCC.
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                                         (printed 10/24/98)
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.      XXXXmmmmIIIImmmmGGGGeeeettttXXXXIIIICCCC((((3333XXXX))))            UUUUNNNNIIIIXXXX SSSSyyyysssstttteeeemmmm VVVV            XXXXmmmmIIIImmmmGGGGeeeettttXXXXIIIICCCC((((3333XXXX))))
  71.  
  72.  
  73.  
  74.      RRRREEEELLLLAAAATTTTEEEEDDDD
  75.           XXXXmmmmIIIImmmmSSSSeeeettttXXXXIIIICCCC(3) and XXXXmmmmIIIImmmmFFFFrrrreeeeeeeeXXXXIIIICCCC(3).
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.      Page 2                                         (printed 10/24/98)
  130.  
  131.  
  132.  
  133.